SftTree/NET 2.0

DragDropHoverInterval Property, SftTree Class

Softel vdm, Inc.

Defines how long the mouse cursor hovers over an item before it is expanded.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Property DragDropHoverInterval As Integer

C#   

public int DragDropHoverInterval { get; set; }

C++   

public: property int DragDropHoverInterval {
        int get();
        void set(int value);
}

Property Value

The interval in milliseconds. The minimum value is 50.

The default value is 1000.

Comments

The DragDropHoverInterval property defines how long the mouse cursor hovers over an item before it is expanded.

During a drag & drop operation, if the mouse cursor hovers over an expandable item for an extended period of time, the item can automatically be expanded based on the AutoExpandDragDrop property setting.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com